@font-face {
    font-family: 'Sifonn';
    src: url('/codigo-fonte/midias/SiffonPro.otf') format('opentype');
}

body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-clip: url(/codigo-fonte/midias/backgroud-login.png);
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: center center; 
}

.container {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 400px;
}

/* Estilo para o vídeo de fundo */
.background-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ajusta o vídeo para cobrir toda a tela */
    z-index: -1; /* Coloca o vídeo atrás do conteúdo */
}
  
h1 {
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 20px;
}

h2 {
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 20px;
    margin-top: 80px;
}

.container a{ 
    text-decoration: none;
    color: #5b4686;
    font-size: 40px;
    text-decoration: none;
    letter-spacing: -3px;
}

.input-group {
    margin-bottom: 15px;
}

.input-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.input-group input {
    width: 95%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button {
    width: 100%;
    padding: 10px;
    background-color: #5b4686;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s ease;
}

button:hover {
    background-color:#432977;
    color: white;
}

hr {
    margin: 20px 0;
    border: none;
    border-top: 1px solid #ccc;
}
